home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / runrun.swf / scripts / DefineSprite_128 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-07-07  |  180 b   |  13 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    if(_parent._parent._currentframe == 1)
  5.    {
  6.       this.gotoAndStop(1);
  7.    }
  8.    else
  9.    {
  10.       this.gotoAndStop(2);
  11.    }
  12. };
  13.